From 200373f4357d2351f3140484db6c5d6e38d2a267 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 May 2019 14:17:07 -0400 Subject: [PATCH] Mention event controller API in the migration guide --- docs/reference/gtk/migrating-3to4.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index a1d9dd08b5..d61dc892b7 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -324,6 +324,21 @@ +
+ Adapt to event controller API changes + + A few changes to the event controller and #GtkGesture APIs + did not make it back to GTK3, and have to be taken into account + when moving to GTK4. One is that the + #GtkEventControllerMotion::enter, + #GtkEventControllerMotion::leave, + #GtkEventControllerKey::focus-in and + #GtkEventControllerKey::focus-out signals + have gained new arguments. Another is that #GtkGestureMultiPress + has been renamed to #GtkGestureClick. + +
+
Stop using GtkEventBox -- 2.30.2